@charset "utf-8";

.wrapper {
    background: #e5ecfa url(../../images/index_content_bg.png) center top no-repeat;
}

.zwfw-slide .lists li a,
.zmhd-links .icons li a:before,
.zwgk-links li a:before,
.zwfw-slide .item,
.zwfw-slide .lists,
.zwfw-slide .tit p::after,
.zfxxgk li a,
·.zwgk-zcjd > .hd .more {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

.zmhd-links .icons li a:hover:before,
.zwgk-links li a:hover:before {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* index */
.home-btitle {
    text-align: center;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.home-btitle:before,
.home-btitle:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: calc(50% - 80px);
    background: #015293;
}

.home-btitle:before {
    left: 0;
}

.home-btitle:after {
    right: 0;
}

.home-btitle a {
    font-size: 2em;
    display: inline-block;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: #015293;
    width: 160px;
}

.home-btitle a:before,
.home-btitle a:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #015293;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}

.home-btitle a:before {
    left: -100px;
}

.home-btitle a:after {
    right: -100px;
}

.home-btitle a span {
    color: #A81010;
}


/* 轮播左右按钮 */
.owl-nav > div {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 50px;
    margin-top: -25px;
    background: url(../images/index/icon_slide_prev_white.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 10px;
    z-index: 1;
    cursor: pointer;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
    background-image: url(../images/index/icon_slide_next_white.png);
}

.owl-nav > div:hover {
    background-color: rgba(0, 0, 0, 0.6);
}


/* 头条 */
.home-tt {
    text-align: center;
    background-image: url(../../images/index_toutao_bg.png);
    background-size: 100% 100%;
    height: 118px;
    line-height: 118px;
}

.home-tt h3 {
    font-size: 2.125em;
    /*line-height: 1.2;*/
    margin-bottom: 10px;
}

.home-tt h3 a {
    /*color: #1C4DA3;*/
    color: #333;
}

.news-col-l,
.zmhd-col-l {
    /*width: 54.58%;*/
    width: 100%;
}

.news-col-r,
.zmhd-col-r {
    /*width: 45.42%;*/
    width: 100%;
}

/* 图片新闻 */
.home-tpxw {
    position: relative;
    overflow: hidden;
}

.home-tpxw .owl-nav > div {
    width: 40px;
    height: 70px;
    margin-top: -35px;
    background-size: 14px;
}

.home-tpxw .imgbox {
    height: 410px;
}

.home-tpxw .imgbox img {
    display: block;
    min-width: 100%;
    min-height: 100%;
}

.home-tpxw .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 130px 0 20px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
}

.home-tpxw .owl-dots {
    position: absolute;
    right: 13px;
    bottom: 17px;
    z-index: 1;
}

.home-tpxw .owl-dot {
    float: left;
    width: 9px;
    height: 9px;
    background: #fff;
    opacity: .5;
    margin: 0 7px;
    border-radius: 50%;
}

.home-tpxw .owl-dot.active {
    opacity: 1;
}

.tab-brief.halfl .hd {
    border: none;
}

.tab-brief.halfl > .hd li:after {
    background: #1C4DA3;
    left: 50%;
    margin-left: -15px;
    border-radius: 5px;
}

.tab-brief.halfl > .hd li.on:after {
    width: 30px;
}

.tab-brief.halfl > .hd .more a {
    color: #999;
}

.tab-brief.halfl > .hd .more a:hover {
    color: #333;
}

.home-news {
    margin-top: 20px;
}

.home-news .hd {
    position: relative;
    z-index: 9;
    /*background: #e6f1fb;*/
}

/*
.home-news .hd:after {
    height: 60px;
    background: #e6f1fb;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: 0;
}
*/

.home-news .hd ul {
    width: 100%;
}

.home-news .hd li {
    padding: 0;
    width: 20%;
    text-align: center;
    font-weight: bolder;
    margin-left: 0;
    background: #e6f1fb;
    height: 56px;
    line-height: 60px;
    vertical-align: top;
}

.home-news > .hd li + li {
    margin-left: 0;
}

.home-news .hd li:after {
    display: none
}

.home-news > .hd li a {
    color: #333;
}

.home-news > .hd li.on {
    background: transparent url(../../images/index_tab_bg.png) no-repeat 100% 100%;
    height: 62px;
}

.home-news > .hd li.on a {
    color: #fff;
}

@media (max-width: 768px) {
    .res.tab-brief.home-news > .hd ul li a {
        background-color: transparent;
    }

    .home-news .hd li {
        width: 33%;
        height: auto;
        /*margin-bottom: 10px;*/
    }

    .home-news .hd li:last-of-type {
        width: 66%;
    }

    .home-news > .hd li.on {
        background: #015293;
        height: auto;
    }

    .res.tab-brief.home-news > .hd ul li {
        margin: 0 0px 0px 0 !important;
    }

}

.home-news .infolist li {
    padding-top: 12px;
    padding-bottom: 12px;
}

.news-links .item {
    display: block;
    max-height: 100px;
    overflow: hidden;
}

.news-links .item img {
    display: block;
}

.news-links .owl-nav > div {
    display: none;
}

/* .news-links .owl-prev{left: 15px;}
.news-links .owl-next{right: 15px;} */
.news-links:hover .owl-nav > div {
    display: block;
}

/* 政务公开 */
.row-zwgk,
.home-btitle a {
    /*background: #F3F6F7;*/
}

/* 通知公告 */
.zwgk-tzgg {
    position: relative;
    height: 90px;
    padding: 0 10px 0 185px;
    background: #fff;
}

.zwgk-tzgg .tit {
    position: absolute;
    left: 30px;
    top: 14px;
}

.zwgk-tzgg .tit img {
    display: block;
    width: 154px;
}

.zwgk-tzgg .infolist li a {
    float: none;
}

.zwgk-tzgg ul li {
    height: 90px;
    line-height: 90px;
    padding: 0;
    text-align: left;
}

.zwgk-tzgg ul li h4 {
    position: relative;
    margin: 18px 32px;
    min-height: 54px;
    line-height: 1.7;
    font-weight: 400;
}

.zwgk-tzgg ul li a {
    white-space: normal;
    text-align: justify;
}

.zwgk-tzgg .infolist[class*="dot"] li a:before {
    background: #1C4DA3;
    top: 11px;
    margin-top: 0;
}

.zwgk-tzgg ul li .time {
    top: auto;
    right: 0;
    bottom: 0;
    margin-top: -27px;
    background: #fff;
    z-index: 2;
    padding-left: 13px;
}

.zwgk-tzgg .owl-nav > div {
    display: none;
}

.zwgk-tzgg .owl-next {
    right: -10px;
}

.zwgk-tzgg:hover .owl-nav > div.owl-next {
    display: block;
}

.zwgk-col-l {
    width: 67.5%;
}

.zwgk-col-r {
    width: 32.5%;
}

/* 我要找政策 */
.zwgk-wyzzc {
    padding: 27px 20px 27px 20px;
    line-height: 45px;
    border: 1px solid #e4eaf1;
    border-radius: 2px;
    background: url(../images/index/zwgk_zzc_icon.png) no-repeat -26px 20px #ECF3FA;
    background-size: 105px;
    position: relative;
}

.zwgk-wyzzc .tit {
    color: #005293;
    float: left;
    font-weight: bold;
    font-size: 1.4em;
}

.zwgk-wyzzc .tit span {
    color: #A81010;
}

.zwgk-wyzzc .gzk {
    float: right;
    background: #A81010;
    color: #fff;
    width: 145px;
    border-radius: 2px 0px 12px 2px;
    font-weight: bold;
    box-shadow: 4.24px 4.24px 0px rgba(207, 103, 103, 0.26);
}

.zwgk-wyzzc .gzk:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 20px;
    width: 22px;
    height: 25px;
    background: url(../images/zwgk/icon_gzk.png) no-repeat center;
}

.zwgk-wyzzc .zc-search {
    margin-left: 120px;
}

.zwgk-wyzzc .search-box {
    /* padding: 0 120px 0 0px; */
    height: 45px;
    line-height: 45px;
    /*background: #fff;*/
    border-radius: 2px;
    position: relative;
}

.zwgk-wyzzc input,
.zwgk-wyzzc button {
    background: none;
    border: none;
    line-height: 45px;
    display: block;
    font-size: 1.125em;
}

.zwgk-wyzzc .keyword {
    width: 82%;
    background: #fff;
    padding-left: 20px;
    padding-right: 50px;
}

.zwgk-wyzzc .keyword::-webkit-input-placeholder {
    color: #ADADAD;
}

.zwgk-wyzzc .btn-sub-gzk {
    background: url(../../images/index_btn_gzk.png) no-repeat 100% 100%;
    width: 140px;
    height: 49px;
    position: absolute;
    top: 0;
    right: 0;
}

.zwgk-wyzzc .btn-sub {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #0066b3;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}

.zwgk-wyzzc .btn-sub img {
    margin: -3px 10px 0 0;
    width: 18px;
    vertical-align: middle;
}

.zwgk-wyzzc .btn-sub:hover {
    opacity: .85;
}

/* 政策解读 */
.zwgk-zcjd {
    min-height: 280px;
}

.zwgk-zcjd > .hd {
    border: none;
}

.zwgk-zcjd > .hd li:after {
    background: #004CC7;
}

.zwgk-zcjd > .hd li.on:after {
    width: 50%;
}

.zwgk-zcjd > .hd li a,
.zwgk-zcjd > .hd li.on a {
    color: #333;
}

.zwgk-zcjd > .hd .more {
    height: 32px;
    line-height: 32px;
    border-radius: 67px;
    background: #FFFFFF;
    padding: 0;
    border: 1px solid #fff;
}

.zwgk-zcjd > .hd .more a {
    color: #097DD4;
    padding: 0 24px;
}

.zwgk-zcjd > .hd .more:hover {
    border-color: #097DD4;
}

.zwgk-zcjd .infolist.zcjd li .tag {
    font-style: normal;
    color: #3E69B0;
    padding: 0 10px 0 28px;
    background: url(../images/index/zwgk_icon_wzjd.png) no-repeat left center;
    background-size: 25px;
}

.zwgk-zcjd .infolist.zcjd li .tag.tw {
    background-image: url(../images/index/zwgk_icon_twjd.png);
}

.zwgk-zcjd .infolist.zcjd li .tag.sp {
    background-image: url(../images/index/zwgk_icon_spjd.png);
}

/* 政府信息公开 */
.zfxxgk ul {
    margin: -17px -8.5px 0;
}

.zfxxgk li {
    width: 50%;
    float: left;
}

.zfxxgk li a {
    display: block;
    overflow: hidden;
    margin: 17px 8.5px 0;
    text-align: center;
    background: #fff;
    height: 116px;
    border: 1px solid #fff;
    border-radius: 4px;
    position: relative;
}

.zfxxgk li a:before {
    content: "";
    display: block;
    width: 53px;
    height: 40px;
    margin: 20px auto 10px;
    background: url(../images/index/zfxxgk_icon1.png) no-repeat center;
    background-size: auto 40px;
}

.zfxxgk li.li2 a:before {
    background-image: url(../images/index/zfxxgk_icon2.png);
}

.zfxxgk li.li3 a:before {
    background-image: url(../images/index/zfxxgk_icon3.png);
}

.zfxxgk li.li4 a:before {
    background-image: url(../images/index/zfxxgk_icon4.png);
}

.zfxxgk li.li5 a:before {
    background-image: url(../images/index/zfxxgk_icon5.png);
}

.zfxxgk li.li6 a:before {
    background-image: url(../images/index/zfxxgk_icon6.png);
}

.zfxxgk li a:hover {
    background: #e5efff;
    border-color: #1C4DA3;
}

.zwgk-links ul {
    margin: 0 -12px;
    overflow: hidden;
}

.zwgk-links li {
    width: 20%;
    float: left;
}

.zwgk-links li a {
    display: block;
    height: 113px;
    line-height: 113px;
    margin: 24px 12px 0;
    font-weight: bold;
    color: #fff;
    font-size: 1.25em;
    border-radius: 4px;
    background: url(../images/index/zwgk_links_bg1.png) no-repeat right bottom;
    background-size: 100% 100%;
    text-align: center;
}

.zwgk-links li.li2 a {
    background-image: url(../images/index/zwgk_links_bg2.png);
}

.zwgk-links li.li3 a {
    background-image: url(../images/index/zwgk_links_bg3.png);
}

.zwgk-links li.li4 a {
    background-image: url(../images/index/zwgk_links_bg4.png);
}

.zwgk-links li.li5 a {
    background-image: url(../images/index/zwgk_links_bg5.png);
}

.zwgk-links li a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    text-align: left;
}

.zwgk-links li a span b {
    display: block;
}

.zwgk-links li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-right: 7%;
    background: url(../images/index/zwgk_links_icon1.png) no-repeat center;
    background-size: contain;
}

.zwgk-links li.li2 a:before {
    background-image: url(../images/index/zwgk_links_icon2.png);
}

.zwgk-links li.li3 a:before {
    background-image: url(../images/index/zwgk_links_icon3.png);
}

.zwgk-links li.li4 a:before {
    background-image: url(../images/index/zwgk_links_icon4.png);
}

.zwgk-links li.li5 a:before {
    background-image: url(../images/index/zwgk_links_icon5.png);
    margin-right: 4%;
}

/* 政务服务 */
.row-zwfw {
    background: #E6F0FA;
    background: linear-gradient(121.9deg, #E6F0FA 0%, #F2F7FC 100%);
}

.row-zwfw .home-btitle a {
    background: #eaf3fb;
}

.zwfw-banner {
    max-height: 155px;
    overflow: hidden;
    border-radius: 4px;
}

.zwfw-banner img {
    display: block;
}

.zwfw-slide .item {
    float: left;
    width: 17.66%;
    height: 326px;
    position: relative;
}

.zwfw-slide .item.on {
    width: 64.6%;
}

.zwfw-slide .tit {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    max-width: 214px;
}

.zwfw-slide .tit:before {
    content: "";
    display: none;
    width: 16px;
    position: absolute;
    left: 178px;
    top: 13px;
    bottom: 16px;
    border-radius: 22px;
    background: #326DC7;
    opacity: .6;
    z-index: 0;
}

.zwfw-slide .tit h3 {
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    background: url(../images/index/zwfw_slide_bg1.png) no-repeat left top;
    background-size: 100% 100%;
}

.zwfw-slide .item + .item h3 {
    margin-left: 12px;
}

.zwfw-slide .frbs .tit h3 {
    background-image: url(../images/index/zwfw_slide_bg2.png);
}

.zwfw-slide .bmfw .tit h3 {
    background-image: url(../images/index/zwfw_slide_bg3.png);
}

.zwfw-slide .tit i {
    display: block;
    margin: 90px auto 12px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: url(../images/index/zwfw_slide_icon1.png) no-repeat;
    background-size: 100%;
}

.zwfw-slide .frbs .tit i {
    background-image: url(../images/index/zwfw_slide_icon2.png);
}

.zwfw-slide .bmfw .tit i {
    background-image: url(../images/index/zwfw_slide_icon3.png);
}

.zwfw-slide .tit p {
    display: inline-block;
    font-size: 1.25em;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.zwfw-slide .tit p::after {
    content: "";
    height: 4px;
    background: #fff;
    opacity: .47;
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: 0;
}

.zwfw-slide .tit:hover p::after {
    left: 0;
    right: 0;
}

.zwfw-slide .lists {
    display: none;
    padding: 20px;
    overflow: hidden;
    position: absolute;
    left: 185px;
    top: 18px;
    bottom: 26px;
    z-index: 1;
    right: 0;
    border-radius: 4px;
    background: linear-gradient(283deg, #FFFFFF 0%, #EBF4FF 100%);
    background: -webkit-linear-gradient(283deg, #FFFFFF 0%, #EBF4FF 100%);
    background: -moz-linear-gradient(283deg, #FFFFFF 0%, #EBF4FF 100%);
    background: -o-linear-gradient(283deg, #FFFFFF 0%, #EBF4FF 100%);
    box-shadow: 0px 2px 30px 0px rgba(0, 76, 199, 0.16);
    -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 76, 199, 0.16);
    -moz-box-shadow: 0px 2px 30px 0px rgba(0, 76, 199, 0.16);
    -o-box-shadow: 0px 2px 30px 0px rgba(0, 76, 199, 0.16);
    -ms-box-shadow: 0px 2px 30px 0px rgba(0, 76, 199, 0.16);
}

.zwfw-slide .lists li {
    width: 20%;
    float: left;
}

.zwfw-slide .lists li a {
    display: block;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}

.zwfw-slide .lists li img {
    display: block;
    max-height: 50px;
    margin: 0 auto 10px;
}

.zwfw-slide .lists li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.zwfw-slide .item.on .lists {
    display: block;
}

.zwfw-slide .item.on .tit:before {
    display: block;
}

.zwfw-slide .lists li a:hover {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 13px #dbe8f7;
    -webkit-box-shadow: 0 0 13px #dbe8f7;
    -moz-box-shadow: 0 0 13px #dbe8f7;
    -ms-box-shadow: 0 0 13px #dbe8f7;
    -o-box-shadow: 0 0 13px #dbe8f7;
}

/* 政民互动 */
.row-zmhd .home-btitle a {
    background: #fff;
}

.zmhd-ldxx {
    padding: 48px 2% 46px 12px;
    background: url(../images/index/zmhd_ldxx_bg.png) no-repeat right top;
    background-size: 100% 100%;
}

.zmhd-ldxx li {
    float: left;
}

.zmhd-ldxx li a {
    border-radius: 8px;
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    margin: 24px 12px 0;
    background: linear-gradient(45deg, #51A4FA 0%, #286BF2 100%);
    font-size: 1.125em;
    background: -webkit-linear-gradient(45deg, #51A4FA 0%, #286BF2 100%);
    background: -moz-linear-gradient(45deg, #51A4FA 0%, #286BF2 100%);
    background: -o-linear-gradient(45deg, #51A4FA 0%, #286BF2 100%);
}

.zmhd-ldxx li a:hover {
    background: #286BF2;
}

.zmhd-links ul {
    margin: 0 -10px;
}

.zmhd-links li {
    float: left;
    width: 50%;
}

.zmhd-links li a {
    display: block;
    margin: 20px 10px 0;
    height: 110px;
    overflow: hidden;
    border-radius: 4px;
}

.zmhd-links .icons li a {
    height: 114px;
    line-height: 114px;
    font-size: 1.125em;
    position: relative;
    text-align: center;
    background: linear-gradient(90deg, #EDF6FF 0%, #DAEDFF 100%);
    background: -webkit-linear-gradient(90deg, #EDF6FF 0%, #DAEDFF 100%);
    background: -moz-linear-gradient(90deg, #EDF6FF 0%, #DAEDFF 100%);
    background: -o-linear-gradient(90deg, #EDF6FF 0%, #DAEDFF 100%);
}

.zmhd-links .icons li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: url(../images/index/zmhd_icon_jbpt.png) no-repeat center;
    background-size: 100%;
}

.zmhd-links .icons li:first-child a:before {
    background-image: url(../images/index/zmhd_icon_xfjd.png);
}

.zmhd-links .icons li a:after {
    content: "";
    width: 54px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/index/zmhd_icon_jbpt2.png) no-repeat right bottom;
    background-size: 54px;
}

.zmhd-links .icons li:first-child a:after {
    background-image: url(../images/index/zmhd_icon_xfjd2.png);
}

.zmhd-links .icons li span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

.zmhd-links .icons li a:hover {
    background: #DAEDFF;
}

.zmhd-dczj {
    margin-top: 20px;
}

.infolist.timeline li {
    padding-top: 13px;
    padding-bottom: 13px;
}

.infolist.timeline li {
    padding-left: 32px;
    position: relative;
}

.infolist.timeline li:before {
    content: "";
    border-left: 2px dashed #D8D8D8;
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.infolist.timeline li:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #0E5899;
    background: #fff;
    position: absolute;
    left: 0;
    top: 23px;
    z-index: 1;
}

.infolist.timeline li:first-child:before {
    top: 23px;
}

.infolist.timeline li:last-child:before {
    bottom: auto;
    height: 23px;
}

.infolist.timeline li p {
    color: #999;
    margin-bottom: 10px;
}

.infolist.timeline li:hover span {
    color: #999;
}

.infolist.timeline li .time {
    position: static;
}

.infolist.timeline li h4 {
    font-weight: normal;
}

.infolist.timeline li .tag {
    display: inline-block;
    color: #fff;
    font-size: .9375em;
    font-style: normal;
    margin-right: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    background: url(../images/index/zmdh_icon_yjs.png) no-repeat;
    background-size: 100% 100%;
}

.infolist.timeline li .tag.ing {
    background-image: url(../images/index/zmhd_icon_jxz.png);
}

.infolist.timeline li .jgfk {
    float: none;
    margin-left: 14px;
    height: 26px;
    line-height: 26px;
    font-size: .9375em;
    display: inline-block;
    vertical-align: middle;
    background: #99C2F2;
    color: #fff;
    border-radius: 28px;
    padding: 0 14px;
}

.infolist.timeline li .jgfk:hover {
    background: #1C4DA3;
}

.infolist.timeline li:hover h4 a {
    color: #333;
}

.infolist.timeline li h4:hover a {
    color: #1C4DA3;
}

/* 专题专栏 */
.row-ztzl {
    margin-top: 20px;
    color: #015293;
    padding: 20px;
    background: #fff;
}

.row-ztzl .item {
    display: block;
    max-height: 172px;
    overflow: hidden;
}

.row-ztzl .item img {
    display: block;
    max-height: 100%;
}

/* 快捷按钮 */
.quick-bar {
    position: fixed;
    bottom: 28%;
    right: 10px;
    z-index: 999;
    display: none;
}

.quick-bar ul {
    background-color: #DBECFF;
    background-image: linear-gradient(#DBECFF, #EDF6FF);
    background-image: -webkit-linear-gradient(#DBECFF, #EDF6FF);
    background-image: -moz-linear-gradient(#DBECFF, #EDF6FF);
    background-image: -o-linear-gradient(#DBECFF, #EDF6FF);
    border-radius: 6px;
    width: 87px;
}

.quick-bar ul li a {
    display: block;
    padding: 12px 0;
    cursor: pointer;
    text-align: center;
    position: relative;
    font-size: .9375em;
    line-height: 1.5;
}

.quick-bar ul li a:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 29px;
    background: url(../images/index/quickbar_icon1.png) no-repeat center;
    background-size: auto 100%;
}

.quick-bar ul li.lyts a:before {
    background-image: url(../images/index/quickbar_icon2.png);
}

.quick-bar ul li.backtop a:before {
    background-image: url(../images/index/quickbar_icon3.png);
}

/* .quick-bar ul li div{ width: 143px;position: absolute;left: 100%;display: none;top: 0;transition: all .3s;} */
.quick-bar ul li:hover a {
    background-color: #c8e6fd;
    background-color: #edf6ff \9;
}

/* .quick-bar ul li:hover div{ left: -165%;display: block;} */
.quick-bar ul li.backtop i {
    display: inline-block;
}

.quick-bar ul li:first-child a {
    border-radius: 6px 6px 0 0;
}

.quick-bar ul li:last-child a {
    border-radius: 0 0 6px 6px;
}

.zydl {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.dl-close {
    position: absolute;
    right: -7px;
    top: -10px;
    z-index: 1;
    cursor: pointer;
}

.dl-close img {
    width: 23px;
}

.dl-list img {
    max-width: 300px;
}

/*首页容器*/
.hone-container {
    background-color: #fff;
    /*padding: 20px;*/
    position: relative;
}

.hone-container .home-divider {
    position: absolute;
    left: 36.33%;
    width: 1px;
    height: 100%;
    background-color: #015293;
}

.hone-container .col-4,
.hone-container .col-8 {
    padding: 20px;
}

.hone-container .col-8 {
    float: right;
}

.hone-container .col-4 {
    float: left;
}

@media (max-width: 1240px) {
    .hone-container .home-divider {
        display: none;
    }
}

/*responsive*/
@media (max-width: 1240px) {

    .quick-bar,
    .zydl {
        display: none;
    }

    .home-tpxw .imgbox {
        height: auto;
        max-height: 528px;
    }

    .news-col-l,
    .zmhd-col-l,
    .zwgk-zcjd {
        margin-bottom: 30px;
    }

    .zwgk-zcjd {
        min-height: auto;
    }

    .zfxxgk li,
    .zwgk-links li {
        width: 33.33%;
    }

    .zmhd-links .imgs li a {
        height: auto;
        max-height: 163px;
    }

    .zwfw-slide {
        position: relative;
    }

    .zwfw-slide .item,
    .zwfw-slide .item.on {
        width: 33.33%;
        height: auto;
        position: static;
    }

    .zwfw-slide .tit {
        position: relative;
        width: 100%;
        max-width: inherit;
    }

    .zwfw-slide .tit i {
        display: inline-block;
        width: 56px;
        height: 56px;
        vertical-align: middle;
        margin: 30px 10px 30px 0;
    }

    .zwfw-slide .tit p {
        padding-bottom: 0;
        vertical-align: middle;
        font-size: 1.125em;
    }

    .zwfw-slide .tit p::after {
        display: none;
    }

    .zwfw-slide .tit:before {
        display: block;
        position: absolute;
        left: 50%;
        top: 99%;
        width: 0;
        height: 0;
        margin-left: -12px;
        border-radius: 0;
        background: inherit;
        opacity: 0;
        border: 12px solid transparent;
        border-top-color: #4b89e8;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
    }

    .zwfw-slide .item.on .tit:before {
        opacity: 1;
    }

    .zwfw-slide .frbs .tit:before {
        border-top-color: #56a8f3;
    }

    .zwfw-slide .bmfw .tit:before {
        border-top-color: #538ef1;
    }

    .zwfw-slide .lists {
        position: relative;
        bottom: auto;
        top: 20px;
        z-index: 1;
        padding: 0;
        width: 300%;
    }

    .zwfw-slide .lists ul {
        padding: 20px;
    }

    .zwfw-slide .grbs .lists {
        left: 0;
        right: -200%;
    }

    .zwfw-slide .frbs .lists {
        left: -100%;
        right: -100%;
    }

    .zwfw-slide .bmfw .lists {
        left: -200%;
        right: 0;
    }

    .zmhd-ldxx li a {
        height: 48px;
        line-height: 48px;
    }
}

@media (max-width: 768px) {
    .home-btitle a {
        font-size: 1.75em;
    }

    .home-btitle a:before,
    .home-btitle a:after {
        width: 50px;
    }

    .home-btitle a:before {
        left: -50px;
    }

    .home-btitle a:after {
        right: -50px;
    }

    .home-tt {
        margin-top: 0;   
 padding: 30px 20px;
    box-sizing: border-box;
    line-height: 30px;
    }

    .home-tt h3,
    .zwgk-wyzzc .tit {
        font-size: 1.5em;
    }

    .zwfw-slide .tit i {
        margin: 20px 10px 20px 0;
    }

    .zfxxgk li,
    .zwgk-links li {
        width: 50%;
    }

    .zwfw-slide .lists li {
        width: 25%;
    }

    .zmhd-links .icons li a {
        height: 100px;
        line-height: 100px;
    }
}

@media (max-width: 640px) {
    .news-links .item {
        max-height: 154px;
    }

    .row-ztzl .item {
        max-height: 320px;
    }

    .zwgk-zcjd .m-com-more,
    .zwgk-zcjd.res.tab-brief > .hd ul li a {
        background: #e0ecf8;
    }

    .zwgk-zcjd.res.tab-brief > .hd ul li.on a {
        background: #1a56a8;
    }

    .zwgk-tzgg {
        padding: 20px;
        height: auto;
    }

    .zwgk-tzgg .tit {
        position: static;
    }

    .zwgk-tzgg .tit img {
        width: 110px;
        margin-bottom: 5px;
    }

    .zwgk-tzgg ul li h4 {
        margin: 0 10px;
    }

    .zwgk-tzgg ul li .time {
        float: none;
    }

    .zwgk-tzgg .owl-nav > div {
        display: block;
        top: -25px;
        width: 24px;
        height: 30px;
        background-size: 8px;
    }

    .zwgk-tzgg .owl-next {
        right: 0;
    }

    .zwgk-tzgg .owl-prev {
        left: auto;
        right: 34px;
    }

    .zwgk-wyzzc {
        padding: 20px;
    }

    .zwgk-wyzzc .tit {
        display: none;
    }

    .zwgk-wyzzc .zc-search {
        margin-left: 0;
    }

    .zwfw-slide .item,
    .zwfw-slide .item.on {
        width: 100%;
        float: none;
    }

    .zwfw-slide .item + .item h3 {
        margin-left: 0;
        margin-top: 12px;
    }

    .zwfw-slide .tit h3 {
        padding: 20px 0;
        font-size: 1em;
    }

    .zwfw-slide .tit i {
        margin: 0 10px 0;
    }

    .zwfw-slide .lists {
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        position: static;
    }

    .zwfw-slide .lists li {
        width: 33.33%;
    }

    .zwfw-slide .item.on .tit:before {
        opacity: 0;
    }

}

@media (max-width: 540px) {
    .row.mb60 {
        margin-bottom: 40px;
    }

    .home-btitle,
    .row-ztzl {
        margin-top: 10px;
    }

    .zmhd-links li,
    .zwgk-links li {
        width: 100%;
        float: none;
    }

    .zmhd-ldxx {
        background-size: cover;
        background-position: left bottom;
    }

    .zmhd-ldxx li {
        width: 50%;
    }

    .zmhd-ldxx li a {
        padding: 0;
        display: block;
        text-align: center;
    }

    .infolist.timeline li {
        padding-left: 20px;
    }

    .infolist.timeline li .jgfk {
        margin-left: 5px;
    }
}

@media (max-width: 460px) {
    .zwfw-slide .lists li {
        width: 50%;
    }
}

.row-bszn {
    margin-top: 20px;
}

.bszn-box ul {
    margin-top: 20px;
    margin-bottom: 10px;
}

.bszn-box ul li {
    box-sizing: border-box;
    display: inline-block;
    line-height: 60px;
    width: calc(33% - 12px);
    margin-right: 12px;
    margin-bottom: 25px;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    padding-left: 25px;
    color: #666;
    font-size: 16px;
    background: #f2f8ff url(../../images/index_left_bszn.png) 10px no-repeat;
}

.bszn-box ul li a {
    color: #666;
}

.bszn-box ul li:nth-of-type(3n) {
    margin-right: 0;
}

.bszn-box ul li.on,
.bszn-box ul li:hover {
    background: #4e81d3 url(../../images/index_left_bszn.png) 10px no-repeat;
    color: #fff;
}

.bszn-box ul li.on a,
.bszn-box ul li:hover a {
    color: #fff;
}

.row-zwfw-new {
}

.row-20d {
    padding: 10px 0px 30px 0;
}

.row-zwfw-new img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 460px) {
    .bszn-box ul li {
        width: 48%;
        margin-right: 0;
    }
}

.row-bmfw {
    margin-top: 20px;
}

.bmfw-box ul {
    margin-top: 20px;
    margin-bottom: 10px;
}

.bmfw-box ul li {
    box-sizing: border-box;
    display: inline-block;
    line-height: 60px;
    margin-bottom: 25px;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    padding-left: 50px;
    color: #666;
    font-size: 16px;
}

.bmfw-box ul li a {
    color: #666;
}

.bmfw-box ul li:nth-of-type(2n) {
    margin-right: 0;
    width: 34%;
}

.bmfw-box ul li:nth-of-type(2n+1) {
    width: calc(100% - 34% - 26px);
    margin-right: 20px;
}

.bmfw-box ul li:nth-of-type(1) {
    background: #f2f8ff url(../../images/index_left_bnfw_icon1.png) 10px no-repeat;
    /*background-size: auto 24px;*/
}

.bmfw-box ul li:nth-of-type(2) {
    background: #f2f8ff url(../../images/index_left_bnfw_icon2.png) 10px no-repeat;
    /*background-size: auto 24px;*/
}

.bmfw-box ul li:nth-of-type(3) {
    background: #f2f8ff url(../../images/index_left_bnfw_icon3.png) 10px no-repeat;
    /*background-size: auto 24px;*/
}

.bmfw-box ul li:nth-of-type(4) {
    background: #f2f8ff url(../../images/index_left_bnfw_icon4.png) 10px no-repeat;
    /*background-size: auto 24px;*/
}

.bmfw-box ul li:nth-of-type(5) {
    background: #f2f8ff url(../../images/index_left_bnfw_icon5.png) 10px no-repeat;
    /*background-size: auto 24px;*/
}

.bmfw-box ul li:nth-of-type(6) {
    background: #f2f8ff url(../../images/index_left_bnfw_icon6.png) 10px no-repeat;
    /*background-size: auto 24px;*/
}

@media (max-width: 460px) {

    .bmfw-box ul li,
    .bmfw-box ul li:nth-of-type(2n),
    .bmfw-box ul li:nth-of-type(2n+1) {
        width: 48%;
        margin-right: 0;
    }

    .bmfw-box ul li:nth-of-type(1) {
        width: 100%;
    }
}

.row-zmhd {
    margin-top: 20px;
}

.zmhd-box ul {
    margin-top: 20px;
    margin-bottom: 10px;
}

.zmhd-box ul li {
    box-sizing: border-box;
    display: inline-block;
    line-height: 60px;
    width: calc(50% - 14px);
    margin-right: 20px;
    margin-bottom: 25px;
    text-align: left;
    /* border: 1px solid #eee; */
    border-radius: 5px;
    color: #666;
    font-size: 14px;
    background: url(../../images/index_left_zmhd_bg.png) no-repeat #f2f8ff;
    background-size: 100% 100%;
}

.zmhd-box ul li a {
    color: #666;
    position: relative;
    padding-left: 60px;
}

.zmhd-box ul li a i {
    background: url(../../images/index_left_zmhd.png) no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    left: 10px;
    bottom: -15px;
    background-position: -45px 0;
}

.zmhd-box ul li:nth-of-type(2n) {
    margin-right: 0;
}

.zmhd-box ul li.on,
.zmhd-box ul li:hover {
    background: #015293;
    color: #fff;
}

.zmhd-box ul li.on a,
.zmhd-box ul li:hover a {
    color: #fff;
}

.zmhd-box ul li.on i,
.zmhd-box ul li:hover i {
    background-position: 0 0;
}

.zmhd-box ul li:nth-of-type(2) a i {
    background-position: -45px -45px;
}

.zmhd-box ul li:nth-of-type(2).on i,
.zmhd-box ul li:nth-of-type(2):hover i {
    background-position: 0px -45px;
}

.zmhd-box ul li:nth-of-type(3) a i {
    background-position: -45px -90px;
}

.zmhd-box ul li:nth-of-type(3).on i,
.zmhd-box ul li:nth-of-type(3):hover i {
    background-position: 0px -90px;
}

.zmhd-box ul li:nth-of-type(4) a i {
    background-position: -45px -137px;
}

.zmhd-box ul li:nth-of-type(4).on i,
.zmhd-box ul li:nth-of-type(4):hover i {
    background-position: 0px -137px;
}

.zmhd-box ul li:nth-of-type(5) a i {
    background-position: -45px -183px;
}

.zmhd-box ul li:nth-of-type(5).on i,
.zmhd-box ul li:nth-of-type(5):hover i {
    background-position: 0px -183px;
}

.zmhd-box ul li:nth-of-type(6) a i {
    background-position: -45px -230px;
}

.zmhd-box ul li:nth-of-type(6).on i,
.zmhd-box ul li:nth-of-type(6):hover i {
    background-position: 0px -230px;
}

.zmhd-box ul li:nth-of-type(7) a i {
    background-position: -45px -275px;
}

.zmhd-box ul li:nth-of-type(7).on i,
.zmhd-box ul li:nth-of-type(7):hover i {
    background-position: 0px -275px;
}

.zmhd-box ul li:nth-of-type(8) a i {
    background-position: -45px -320px;
}

.zmhd-box ul li:nth-of-type(8).on i,
.zmhd-box ul li:nth-of-type(8):hover i {
    background-position: 0px -320px;
}

@media (max-width: 460px) {
    .zmhd-box ul li {
        width: 48%;
        margin-right: 0;
    }
}

.row-zwgk-new {
    margin-top: 10px;
}

.row-zwgk-new .zwgk-img ul {
    width: 100%;
    font-size: 0;
    font-size-adjust: 0;
}

.row-zwgk-new .zwgk-img ul li {
    width: calc(33% - 12px);
    margin-right: 15px;
    display: inline-block;
}

.row-zwgk-new .zwgk-img ul li:last-of-type {
    margin-right: 0;
    /*float: right;*/
}

.row-zwgk-new .zwgk-img ul li img {
    width: 100%;
    height: 100%;
}

.zwgk-icon {
    margin: 10px 0;
}

.row-zmfd {
    margin-top: 20px;
}

.zwgk-icon ul {
    width: 100%;
    box-sizing: border-box;
}

.zwgk-icon ul li {
    display: inline-block;
    width: calc(100% / 6.0 - 5px);
    position: relative;
    font-size: 16px;
    color: #333;
    text-align: center;
    height: 90px;
    vertical-align: top;
    border-right: 1px solid #f2f8ff;
    padding: 20px 0 0px 0;
}

.zwgk-icon ul li:hover {
    background: #0066b3;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

.zwgk-icon ul li:hover a {
    color: #fff;
}

.zwgk-icon ul li i {
    background: url(../../images/index_zfxxgk_icon.png) no-repeat;
    display: block;
    margin: 0 auto;
}

.zwgk-icon ul li:nth-of-type(1) i {
    width: 32px;
    height: 40px;
    background-position: 0 0;
}

.zwgk-icon ul li:nth-of-type(2) i {
    width: 45px;
    height: 40px;
    background-position: -32px 0;
}

.zwgk-icon ul li:nth-of-type(3) i {
    width: 35px;
    height: 40px;
    background-position: -77px 0;
}


.zwgk-icon ul li:nth-of-type(4) i {
    width: 42px;
    height: 40px;
    background-position: -112px 0;
}

.zwgk-icon ul li:nth-of-type(5) i {
    width: 37px;
    height: 40px;
    background-position: -154px 0;
}

.zwgk-icon ul li:nth-of-type(6) i {
    width: 48px;
    height: 40px;
    background-position: -191px 0;
}

@media (max-width: 768px) {
    .zwgk-icon ul li {
        width: 48%;
        margin-right: 0;
    }

    .row-zwgk-new .zwgk-img ul li {
        width: 100%;
        margin: 10px 0 10px 0;
    }
}

.row-zcjd .com-title-new h2 {
    border-bottom: none;
    padding-left: 20px;
}

.row-zcjd .com-title-new h2:before {
    content: '';
    position: absolute;
    width: 6px;
    left: 0;
    top: 10px;
    height: 26px;
    background: #015293;
}
.ay01 ul li a{font-size: 16px}
